home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000106_news@columbia.edu _Tue May 8 11:07:53 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  5KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from menyapa.cc.columbia.edu (menyapa.cc.columbia.edu [128.59.59.38])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA24903
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 8 May 2001 11:07:53 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by menyapa.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id LAA01209
  7.     for <kermit.misc@smtp.cc.columbia.edu>; Tue, 8 May 2001 11:07:47 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id LAA14387
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 8 May 2001 11:00:23 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: hutchens@cs.millersville.edu (David H. Hutchens)
  13. Subject: Re: Need help with Mac OS X 10.0.2
  14. Date: Tue, 8 May 2001 13:51:28 GMT
  15. Organization: CS Dept, Millersville University
  16. Message-ID: <9d90vh$ot8$1@jake.esu.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Thanks for your response, Frank.
  20.  
  21. Yes, it was working in Mac OS X public beta.
  22.  
  23. I have not tried recompiling. I'll can give it a shot.
  24.  
  25. I did try setting flow control rts/cts. ( I noticed that oddity after
  26. I sent the previous message). Maybe I had turned it off in public beta
  27. because:
  28.  
  29. Tuning on RTS/CTS resulted in a message that says:
  30.    Warning -SET FLOW RTS/CTS is in effect but modems CTS signal is off.
  31.    Disabling flow control temporarily during dialing.
  32.  
  33. But then.... I was able to log in on the remote machine.  Oddly, I
  34. got a system beep along with the echo of the first 4 or 5 characters
  35. of my login name. Then things seemed to work OK.
  36.  
  37. Is it OK to ignore the above warning? Does it still enable RTS/CTS
  38. after the connection? How can I tell?
  39.  
  40. But when I tried to download a file, I got errors.
  41.  
  42. I set the buffer size down until I got to 512 and that allowed
  43. files to download. Even a 1 MB binary file downloaded OK, with no
  44. reported errors.  The download speed was over 2700 CPS. The modem on
  45. the other end is a 28K modem, so that seemed quite reasonable.
  46.  
  47. My wife notes that our old 14400 zyxel modem connected to a
  48. NeXTStation has been having some phone line problems in the last two
  49. weeks so perhaps we have a more noisy phone line than when I tried
  50. with the public beta.
  51.  
  52. I also noticed on the way to work this morning that our local cable
  53. company is pulling cable on the telephone poles. Perhaps they are
  54. causing flakey behaviour. Though why I'd be experiencing it at 10pm,
  55. I haven't a clue.
  56.  
  57. I still haven't succeeded in doing uploads. But I'll continue to
  58. play with it.
  59.  
  60. Finally, I notice that when I quit kermit, it says the modem may
  61. still be active and I tell it to quit anyway.
  62.  
  63. But it apparently did not hang up. How can I force it to hang
  64. up the phone?
  65.  
  66. - David Hutchens
  67.   Dept. of Computer Science
  68.   Millersville University
  69.   717-872-3838
  70.   hutchens@cs.millersville.edu
  71.  
  72.  
  73. In article <9d6t71$lp0$1@watsol.cc.columbia.edu> fdc@columbia.edu (Frank  
  74. da Cruz) writes:
  75. > In article <9d6n4u$1eo$1@jake.esu.edu>,
  76. > David H. Hutchens <hutchens@cs.millersville.edu> wrote:
  77. > : I was using C-Kermit 7.0.197 compiled with curses for MacOSX on my
  78. > : Mac G3 using the Apple supplied internal modem while running Mac OS
  79. > : X public beta. I'm not sure of the *actual* type of the modem.
  80. > : 
  81. > And it was working OK?
  82. > : Now that I have upgraded to Mac OS X 10.0.2, I am not able to log onto
  83. > : the remote computer. I get a connection and a login prompt, but
  84. > : nothing I type seems to reach the remote computer.
  85. > : 
  86. > Did you try recompiling Kermit?
  87. > : The only change I made in the configuration was to change the modem
  88. > : from /dev/ttyd.modem to /dev/tty.modem since Apple changed the name
  89. > : of the device. I also tried /dev/cu.modem with the same result.
  90. > : 
  91. > : Any ideas on what else I might try?
  92. > : 
  93. > The only access I have to Mac OS X is by Telnet to a machine far away.
  94. > I have no access to the serial ports or modems, so I have no way of
  95. > testing or debugging.
  96. > If recompiling the source code doesn't help, then I can only speculate
  97. > that (a) the serial-port APIs have changed out from underneath Kermit,
  98. > or (b) you didn't go through all the steps necessary for configuring
  99. > and enabling your serial-port/modem device.  Unfortunately, I have no
  100. > idea what those might be.
  101. > : The precise configuration I am using is:
  102. > : set modem hayes-high-speed
  103. > : set modem speaker on
  104. > : set line /dev/tty.modem
  105. > : set flow none
  106. > :
  107. > Why none?  Why not "rts/cts"?
  108. > : set prefixing all
  109. > : set baud 230400
  110. > :
  111. > You might want to try a more conventional speed like 38400 or 57600
  112. > before concluding it doesn't work.  Especially with "set flow none"!
  113. > - Frank